Gets all items in the indexed collection.
Namespace:
C1.LiveLinq.Indexing.SearchAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
IndexQuery<T> All( Order order ) |
Visual Basic |
---|
Function All ( _ order As Order _ ) As IndexQuery(Of T) |
Parameters
- order
- Type: C1.LiveLinq..::..Order
Specifies the order of the key values to sort the result.